DC.setFix(intFixVal, boolSave) Description: Set an auto-fix value to visually position DC.wrapper to a fixed viewport location. Returns: DC Object. Note: The CSS styling for DC.wrapper must include 'position: fixed'. The intFixVal number refers to the accepted values for the DC.autoFix property. When boolSave is set to true, the DC.autoFix property will automatically save the new intFixVal number for future processing when the DC object is rerendered. /* Accepted Values for DC.autoFix (intFixVal) • 0: Disabled • 1: Top/Center • 2: Top/Right • 3: Right/Middle • 4: Right/Bottom • 5: Bottom/Center • 6: Bottom/Left • 7: Left/Middle • 8: Left/Top • 9: Center/Middle */ Example: DC.setFix(9);